// FILES!!!

Routes:
> Update routes - basically change them to be more comfy
> file?action=view|upload|edit&id=0
> Maybe names instead IDs (check how others do it)
Files and images:
> File uploading and editing
> Check if user can upload file from different topic on to another with urls and stuff
Topic page:
> Topics can have custom style - background, font and other
> Topic can be public or private
Rewrites:
> Controllers
> JavaScripts
> Comments (again, but fewer)
Other:
> <title></title> would be topic | entry
> Clean up

----- phase 3 -----

// read public, read private, create entries, edit pages, delete entries, confirm/deny changes, see files and entries (admin panel)

Users:
> Have different roles
> Can change their profile settings
Index page:
> Create topic form
> List of public topics
Roles:
> Admin - owner
> Moderator???? - can create, edit, delete, see admin panel
> Member - access to a private wiki (can read private entries)
> User - logged in user (can read public entries)
> @everyone - no account user (can read public entries)
Style mobile:
> index
> log in
> search
> create account, entry, file
> view topic, entry, file
> edit topic, entry, file
> admin panel
Other:
> After logging in, user returns to the previous page (window.history)